Skip to content

docs: add windows development setup guide and fix encoding#3073

Open
OmpalYadav wants to merge 1 commit intoAutoMQ:mainfrom
OmpalYadav:docs/windows-setup-guide
Open

docs: add windows development setup guide and fix encoding#3073
OmpalYadav wants to merge 1 commit intoAutoMQ:mainfrom
OmpalYadav:docs/windows-setup-guide

Conversation

@OmpalYadav
Copy link

Motivation

Currently, setting up a local development environment on Windows can be challenging due to Docker/WSL configuration and encoding issues.

Changes

  1. Added docs/WINDOWS_DEVELOPMENT.md: A comprehensive step-by-step guide for Windows users covering:
    • Prerequisites (Java 17, Docker Desktop).
    • Troubleshooting Docker/WSL/BIOS issues.
    • Setting up LocalStack (S3 Mock) correctly.
    • Fixing common region mismatch errors.
  2. Updated build.gradle: Added explicit UTF-8 encoding for JavaCompile and ScalaCompile tasks. This fixes the unmappable character for encoding windows-1252 error encountered on Windows systems.

Verification

  • Verified the setup steps locally on Windows 11.
  • Confirmed that gradle build succeeds after applying the UTF-8 fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant